Often a database record contains image data (an employee's picture, for example). A WOImage lets you take this data and put it directly in the HTML page.To keep this example self-contained, the image data comes from a file rather than from a database. The code in the script would be much simpler if the image data were fetched from a database using NeXT's Enterprise Objects Framework.